css background half one color the other half another color

51

 div{
    	width:400px;
    	height:350px;
    	background: linear-gradient(to right, blue 50%, yellow 50%);
    }

Comments

Submit
0 Comments